home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / MENU.DCR / scripts_32.ls < prev    next >
Encoding:
Text File  |  1999-09-16  |  485 b   |  15 lines

  1. on enterFrame
  2.   set startBall to 4
  3.   set supportPhysiqueBall to startBall + 1
  4.   set ondeHertzBall to startBall + 7
  5.   set cableCoaxialBall to startBall + 8
  6.   set fibreOptiqueBall to startBall + 9
  7.   set filDeCuivreBall to startBall + 10
  8.   set the ink of sprite ondeHertzBall to 37
  9.   set the ink of sprite cableCoaxialBall to 37
  10.   set the ink of sprite fibreOptiqueBall to 37
  11.   set the ink of sprite filDeCuivreBall to 37
  12.   depuppetize(ondeHertzBall, filDeCuivreBall)
  13.   updateStage()
  14. end
  15.